line_bot (project dir)
├ line_bot (project settings)
├ echobot (app)
└ manage.py
咱們再看一次框架長的樣子,
這時候我們需要在跟 manage.py 同路徑的地方,
新增 Procfile , runtime.txt ,requirements.txt 三個檔案,
但 Procfile 是不需要加txt之類的喔,
這邊就把各自需要新增進去的貼在下面啦,
Procfile
web: gunicorn --pythonpath line_bot line_bot.wsgi
runtime.txt
python-3.6.8
requirements.txt
asgiref==3.2.3
certifi==2019.11.28
chardet==3.0.4
Django==2.1
future==0.18.2
idna==2.8
line-bot-sdk==1.15.0
pytz==2019.3
requests==2.22.0
sqlparse==0.3.0
urllib3==1.25.7
gunicorn == 19.7.1
six
selenium==3.8.0
DateTime
對了,這邊要特別注意一下,每次如果有要新增別的功能,
有import進來的模組就要新增在上面,有版本的最好特別指定一下版本唷
由於我後面會使用到爬蟲,所以我有先新增一些東西上去了~
好啦,那今天就到這裡,基本的設定算是設定的87%了~
目前的框架應該會長成阿捏,
line_bot (project dir)
├ line_bot (project settings)
├ echobot (app)
├ requirements.txt
├ runtime.txt
├ Procfile
└ manage.py
如果沒有問題,
那明天就可以實際來弄一個會自動回覆訊息的試試看啦~
今天是 好樂團 GoodBand 的 他們說我是沒有用的年輕人 網址如下~~~
https://www.youtube.com/watch?v=FNJG6MsKO0k